home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / EDITOR / RTRIM53.ARJ / RTRIM.DOC < prev    next >
Text File  |  1992-08-12  |  29KB  |  530 lines

  1.  
  2.                          RTRIM - VERSION 5.3
  3.  
  4.  
  5.                           Author - Bob Keber
  6.  
  7.                               TypeRight
  8.                            336 Swain Blvd.
  9.                          Lake Worth, FL 33463
  10.                            (407) 969-3643
  11.  
  12.                                                                        
  13.                                                                       
  14.                                                                          
  15.                                                                          
  16.                                                                         
  17.                                                                       
  18.                                                                         
  19.                                                                           
  20.                                                                           
  21.                                                                         
  22.                                                                           
  23.                                                                            
  24.                                                                           
  25.                                                                            
  26.                                                                          
  27.                                DISCLAIMER
  28.  
  29.                     Use This Software At Your Own Risk
  30.  
  31.    The author of this software makes or offers no warranty, either
  32.    expressed or implied, regarding any of the software programs included
  33.    with this package. There is no warranty for this software's usefulness,
  34.    or for it's fitness for any particular purpose. The author will not be
  35.    liable for any damages arising from the use of (or from the inability
  36.    to use) this software. The author will not be liable for lost profits,
  37.    lost savings, lost income, lost time, lost or damaged files, claims by
  38.    other parties, or for other incidental or consequential damages arising
  39.    from the use of (or from the inability to use) this software. Use (or
  40.    misuse) of this software is entirely at the user's own risk.
  41.  
  42.                                                                           
  43.                                                                          
  44.                                                                         
  45.                                                                            
  46.                                                                           
  47.                                                                          
  48.                            NO CHARGE - FREE USE
  49.  
  50. NO CHARGE: This program has been released for the free use of anyone who 
  51. finds it useful. However, this does NOT allow or give permission to any 
  52. other person or organization to "Sell" copies of this program to others.
  53.  
  54. If you wish to obtain the latest, debugged and improved version directly 
  55. from the author, then print out and mail in the Registration Form contained 
  56. in the enclosed file called "Register.Doc". There is a small fee for this 
  57. service, which will help cover our time, materials and shipping costs.
  58.  
  59.                            GETTING STARTED
  60.  
  61.    FOR  "QUICK" RTRIM OPERATION: Enter one of the  following  commands
  62. from any DOS or MS/DOS Screen Prompt......
  63.  
  64.  
  65. RTRIM                    (Runs RTRIM with full screen menus & help)
  66.  
  67. RTRIM FileName.Ext       (Will Strip BLANKS from RIGHT END of text lines)
  68.  
  69. RTRIM FileName.Ext/H     (Trims RIGHT-BLANKS & Converts HI-BIT Characters)
  70.  
  71. RTRIM FileName.Ext/L     (Removes Excessive "Blank" Lines from a file)
  72.  
  73. RTRIM FileName.Ext/J     (Will "Un-Justify" a file - Removes 2-3 spacebars)
  74.  
  75. RTRIM FileName.Ext/E     (Trims RIGHT-BLANKS & Removes "Escape Codes" such
  76.                          as FORM FEEDS & END OF PAGE)
  77.  
  78. RTRIM FileName.Ext/H/E/L/J    (Does all of the above)
  79.  
  80.     "FileName.Ext" represents the name of your TEXT file that you wish
  81. to  have  RTRIM.EXE  work  on. For instance,  if  you  wanted  to  use
  82. "RTRIM.DOC" as your input file, you would enter "RTRIM RTRIM.DOC".
  83.  
  84.     RTRIM is designed to be placed somewhere in your "PATH" (Example: in 
  85. your "ROOT-DIRECTORY") so that it can be accessed from anywhere in your 
  86. system by simply typing "RTRIM".
  87.  
  88.     As a result, the program DOES NOT support "Path File Names" (eg: 
  89. A:\TEST\MY.DOC), and will ONLY work upon files in your DEFAULT DRIVE & 
  90. DIRECTORY. If you use a "Path" in your file name, the program will generate 
  91. the error message "File Not Found". The same "may" be true if you run RTRIM 
  92. from inside of some kind of "WINDOW" or "MENU" program which may reach 
  93. across different drives and directories to work it's magic.
  94.  
  95.     You  may use some of the DOS "WildCard" names to select more  than 
  96. one   file  in  the  same  directory.  Entries  such  as  "*.DOC"   or 
  97. "????????.TXT" will "trim" ALL the files who's names end with "DOC" or 
  98. "TXTó iε you≥ defaul⌠ Drivσ ª Directory.
  99.  
  100.     The  "OUTPUT"  file's name will be the same as the  "INPUT"  file, 
  101. except  for the last character in the name, which will be  changed  to 
  102. "@".  In  other  words, "TEST.DOC" would have an  "R-Trimmed"  output  file 
  103. called "TEST.DO@". If an output file already exists with the same "@" name, 
  104. the program will warn you, and offer the options of "Over-write" or "Quit".
  105.  
  106.     RTRIM  will  NOT check for "Free Disk Space" before it  starts  to 
  107. create all the output files. It's up to YOU to make sure that there is 
  108. about the same amount of free space available that your DOC files use.
  109.  
  110.     The  output file(s) will contain a copy of your original  file(s), 
  111. but  with  all of the changes you elected to  perform.  Your  original 
  112. file(s) will be left unchanged.
  113.  
  114.     Always check over your Output File(s) VERY carefully  BEFORE  you
  115. replace  your  Original  with it. Make sure  that  "Charts",  "Boxes",
  116. "Graphs", and so on, are as they should be, and that any "Page Offset"
  117. insertion or removal has not effected the text in a negative manner.
  118.  
  119.     If  your Input File has ANY GRAPHIC CHARACTERS which you  wish  to
  120. have  left alone (Boxes, Pictures, Drawings or Source Code  containing
  121. any  Command Line Graphics), DO NOT tell RTRIM to  convert  HIGH-BITS.
  122. RTRIM  will  happily convert ANY graphic character it  finds,  because
  123. Graphics are HIGH-BIT characters too. This would leave you with  Boxes
  124. shaped with M's, D's, and a host of other alphabet characters.
  125.  
  126.     FOR THE OTHER RTRIM OPTIONS: Enter the following command from  any
  127. DOS or MS/DOS Screen Prompt....
  128.  
  129.                  RTRIM            <...and hit Enter>
  130.  
  131.      RTRIM.EXE  will then load and proceed to guide you through all  of
  132. the various options with "on-screen" instructions and questions.
  133.  
  134.                          WHAT IS RTRIM.EXE ?
  135.  
  136.      It's  a  simple  little utility  for  "Adjusting"  and  "Changing"
  137. different kinds of "TEXT" files to suit YOUR OWN needs.
  138.  
  139.      RTRIM   will "Trim" all of the Spacebars, Nulls, and Blank  Spaces
  140. that  may   be  invisibly attached to the RIGHT end of  each  line  of
  141. text,   or which may be invisibly hiding on many of the "Blank"  lines
  142. within your text (also in any ASCII Source Code).
  143.  
  144.      This   feature will produce a copy of the original file which  (in
  145. many  cases) is much smaller than the the original file. And yet,   it
  146. does  this  without moving the original text's positions in the  file.
  147. There  are  NO  apparent, VISIBLE differences between  the  two  files
  148. except for the difference in sizes.
  149.  
  150.                      ADDITIONAL "OPTIONAL" FEATURES
  151.  
  152.  OPTION  #1 - INSTALL PAGE OFFSET - Has the ability to create up  to  a
  153. nine  space "Left Margin" or  "Page  Offset"  in the new output  file.
  154. This   allows  you  to punch holes for the use of binders  and  report
  155. covers without covering up (or punching out) any of the text.
  156.  
  157.  
  158. OPTION  #2 - REMOVE PAGE OFFSET - Has the ability to "Remove" a  "Page
  159. Offset"  from any ASCII Text  file.  But be cautious, as this  routine
  160. will ask you  "How  many Spaces"  it should remove from the left  side
  161. (beginning)  of  each  line of  text.  If  you tell it to  remove  too
  162. many spaces  (more  than  any existing offset), it will quickly remove
  163. the  beginning characters from each  line of text too (in  the  output
  164. file only - originals are  never changed at all).
  165.  
  166.  
  167. OPTION   #3  -  REMOVE  EXCESSIVE BLANK LINES -  Has  the  ability  to
  168. "Remove" excessive "Blank  Lines" from any ASCII Text file.
  169.  
  170.     I'm   sure that many of us have had the misfortune  to  innocently
  171. begin  printing   someone's  "DOC"  file for some program,   only   to
  172. sit   and impatiently watch as our printer spits out page  after  page
  173. with  little  or  no text printed on them (eg:  "JOE'S  PROGRAM"   [65
  174. linespaces]..., "VERSION   1"   [65   linespaces]...,  "A    SHAREWARE
  175. PROGRAM"   [65 linespaces]...,  etc.). I swear, some of these  authors
  176. must own stock in either a Paper Mill or a Garbage Dump.
  177.  
  178.     This  option eliminates this problem by removing  all   successive
  179. "Blank  Lines"  when  there are three (3) or more in a row.  It   will
  180. allow   a  maximum  of two (2) blank lines together,  and  then  start
  181. chopping  them out  of the text, thereby shortening the file (and  the
  182. paper  required to print it out).
  183.  
  184. If  the  file  contains "PAGE #s", then this  option  will  make  them 
  185. useless. The same is true for page "Headers" and "Footers". But,  they 
  186. can  usually  be  easily removed with most Word  Processor's  "Find  & 
  187. Replace" features.
  188.  
  189. OPTION #4 - CONVERT HI-BIT WORDSTAR FILES - A feature that will  auto-
  190. matically  reset the "High Bits" on any character that has  the  "High
  191. Bit" set.
  192.  
  193.     The  above  statement  may  sound  "very  scary,  technical   and
  194. complicated"  to   a  novice operator, so let me make  it  simpler  by
  195. explaining what this routine is most often used for.
  196.  
  197.     If you use a Word Processing program (like Wordstar for  example),
  198. you  may  find  that the text files look  something  like  an  "Arab's
  199. Alphabet"  if  you  try  to  read  (or print)  those   files   WITHOUT
  200. using the  Word Processor which created the files in the first place.
  201.  
  202.     This  kind  of  problem is especially tough if the  file  you  are
  203. trying  to read  or print originally came from someone else,  and  YOU
  204. DON'T   HAVE  their  brand of Word Processor (which  happens  on  many
  205. downloaded  files).
  206.  
  207.     Thosσ  kinΣ oµ TEX╘ file≤ wil∞ appea≥ ß bi⌠ scrambleΣ becausσ  thσ ì
  208. "HigΦ Bitsó arσ se⌠ oε thσ majorit∙ oµ thσ character≤ withiε thσ file.
  209. Why?  Who  Knows?  But we assume that the folks  who  wrote  the  Word
  210. Processing program (hopefully) had good reasons for doing things likσ this.
  211.  
  212.     All  that  RTRIM.EXE  does is "Reset" the "Bits"  back  to  normal
  213. again. It will NOT mess-around with any character who's bit is NOT set
  214. to high, so it's safe to run any ASCII Text (NO GRAPHICS) file through
  215. this routine. When RTRIM.EXE is done the copy of those files will then
  216. look (and print) much the way the Author originally intended them to.
  217.  
  218. OPTION #5: "UN-JUSTIFY" A TEXT FILE -
  219.  
  220.     This  option  will  automatically remove all  those  "double"  and
  221. "triple"  spacebars  that many  word processors insert into  lines  of
  222. text to make each and every line the exact same length, and have every
  223. line end on the exact same column.
  224.  
  225.     Originally  (when printed from inside of the word  processor which
  226. created  them  -  with a printer capable of  printing  variable  sized
  227. spacebars),  those extra spacebars are divided evenly between all  the
  228. other  "normal" spacebars, each of which becomes slightly and  equally
  229. larger to "justify" the line without all those obvious extra spaces.
  230.  
  231.     However,  when  the same file is converted to  a  "plain  vanilla"
  232. ASCII  Text file, those extra spaces become "locked" into the text  as
  233. if they had been put there on purpose. At that point, unless you  want
  234. to  go  to an awful lot of work eliminating them one by one  by  hand,
  235. you're stuck with them.
  236.  
  237.     But  not  anymore.  "RTRIM" will now "Un-Justify"  any  text  file
  238. (eliminate  all  those  extra  spacebars),  and  do  it  in  a  pretty
  239. intelligent manner at the same time.
  240.  
  241.     It won't remove the leading spacebars from ANY line of text.  This
  242. means  that  "1st Line Paragraph Indenting" is  NOT  eliminated.  Page
  243. offsets and Left Margins are NOT eliminated.  "Centered" lines of text
  244. will stay "Centered".
  245.  
  246.     Beyond  that,  if  there  is  a  double  spacebar  after a Period,
  247. Exclamation or Question Mark ( ! ? . ),  it will be left unchanged.
  248.  
  249.     About  the  only places where "RTRIM" will change the text  in  an
  250. "unfavorable"  manner  is  in those places where  the  text  has  been
  251. purposely separated by only TWO or THREE spacebars...,
  252.                                                                          
  253.                                                                            
  254.                                                                          
  255.          Quantity   Description   Part Number   Price
  256.        ___________________________________________________
  257.             1       GOLDFARKLE    1078988       $25.65
  258.  
  259.                                                                          
  260.                  ...... would wind up as....,
  261.                                                                            
  262.                                                                           
  263.          Quantity Description Part Number Price
  264.        _________________________________________________________
  265.             1       GOLDFARKLE    1078988       $25.65
  266.                                                                            
  267.                                                                            
  268.                                                                            
  269. THE RULE: (By Executive Order!)
  270.  
  271.     Any place in the text where RTRIM finds 2 or 3 spacebars in a row,
  272. it will trim them down to only ONE space!
  273.  
  274.  
  275. EXCEPTIONS TO THE RULE: (oops...)
  276.  
  277.     When TWO spacebars are located  after  certain  punctuation  marks
  278. (Period, Question & Exclamation) they will be left alone.
  279.  
  280.     When  TWO or THREE spacebars are located at the "beginning"  of  a
  281. line of text (like a margin would be), they will also be left alone.
  282.  
  283.     When  any  Text is separated by FOUR (4) or more  spacebars,  they
  284. will also be left alone.
  285.  
  286.     (So much for "Iron Clad" rules...)
  287.  
  288.  
  289. OPTION #6 - REMOVAL OF ESCAPE CODES FROM TEXT
  290.  
  291.     What's  an  Escape  Code?  While it may  sound  like  something  a
  292. criminal  would  use  in a "getaway", it's  really  nothing  all  that
  293. exciting.
  294.  
  295.  
  296.     Escape Codes are simply special codes that are embedded into  many
  297. text files to tell the printer what to do (Form Feed, New Page, Change
  298. Type Style, Change Pitch, Bold On, Bold Off, and so on).
  299.  
  300.                                                                              
  301.                               IN CLOSING
  302.  
  303.     I've done my best to make "RTRIM" behave itself  and do  this  job
  304. without  causing  problems for anyone. But because  of  the  unlimited
  305. kinds  and types of files that will be run through RTRIM, it's  simply
  306. not   possible  (in this day and age) to make it "adjust  itself"  and
  307. perform  perfectly  to every conceivable situation  (which  constantly
  308. changes, line by line).
  309.  
  310.     But  bear  in  mind that all these changes are ONLY  done  to  the
  311. OUTPUT file, and NEVER to the ORIGINAL file. As a result, if YOU use a
  312. little  caution  BEFORE erasing your original  files,  "RTRIM"  should
  313. never cause you any problems.
  314.  
  315.     While  you sometimes "might" have to make some manual  corrections
  316. or  adjustments to the output files to make them perfect, it's a  good
  317. bet that "This" small amount of manual work will be a LOT LESS  effort
  318. than trying to do the whole job that RTRIM did, by hand.
  319.  
  320.     We   put together this little utility for our own use,  and   then
  321. found  that we used it a lot. So much, that we decided to donate  it's
  322. use to anyone else who may have a need for it.
  323.  
  324.     If  you  have a situation where you send long text files from  one
  325. of  your  offices to another by modem, then use this program to  strip
  326. out all unnecessary Spaces, Page Offsets, and Extra Blank Lines before
  327. you send it via modem. Then use this same program at the receiving end
  328. to  put  the Page Offset back into the Text file again. It can  be   a
  329. real time saver (even if you use "Data Compression").
  330.  
  331.     Program  authors  can produce smaller "DOC" files  by  using  this
  332. routine,  which   will  cut down on modem transmission time  and  file
  333. sizes.   The Users can then use RTRIM to "adjust" the Text  files  for
  334. printing  after  they've downloaded the files and have  read  them  on
  335. their monitors.
  336.  
  337.     It   just seems like a big waste of time, effort, money  and  disk
  338. space  to  send, transmit and store thousands of empty spaces   hiding
  339. inside most Text files.
  340.  
  341.     We suggest that you run RTRIM and use "this" file (RTRIM.DOC)  for 
  342. your "Input File" (...use the command RTRIM RTRIM.DOC/E/H/J/L).
  343.  
  344.     We have "Stacked The Deck" a little with "RTRIM.DOC", but it  will
  345. help you to see what a BIG difference RTRIMMING a file can make.
  346.  
  347.     We  would  be  most interested in hearing about  any   suggestions
  348. for  improvements  (or  complaints) which you may have  about   RTRIM.
  349. Heck, we'd even be glad to just know that you are using it. Enjoy!
  350.  
  351.                               Bob Keber
  352.                                                                             
  353.  
  354.         SAMPLE OF WHAT A FILE LOOKS LIKE WITH "HIGH-BITS" SET
  355.  
  356. ----------------------------------------------------------------------
  357. Thi≤ áprograφ i≤ presenteΣ a⌠ "N∩ Chargeó t∩ thσ P├ Use≥ a≤ ß áwa∙ áoµ ì
  358. sayinτ á"Thanksó áfo≥ al∞ oµ thσ suppor⌠ anΣ encouragemen⌠ á"weó áhavσ ì
  359. beeε giveε b∙ ou≥ "Use≥s ª Distributorsó durinτ thσ pas⌠ fe≈ years.
  360.  
  361. Therσ arσ man∙ dedicateΣ peoplσ anΣ organization≤ betweeε "usó anΣ ou≥ ì
  362. Users¼ wh∩ havσ helpeΣ u≤ t∩ Sel∞ anΣ Distributσ man∙ oµ ou≥ programs« ì
  363. Thσ áSysops¼ áLibrarians¼ Use≥ Groups¼ SIG≤ áanΣ á"Sharewarσ áCatalogó ì
  364. peoplσ havσ donσ ß gooΣ joΓ fo≥ us¼ anΣ wσ offe≥ ou≥ thank≤ t∩ you.
  365. ----------------------------------------------------------------------
  366.                                                                             
  367.                                                                           
  368. <<<<<<<<<<**************************************************>>>>>>>>>>
  369. ||||||||||      ADDITIONAL TypeRight SOFTWARE PRODUCTS      ||||||||||
  370. <<<<<<<<<<**************************************************>>>>>>>>>>
  371.                                                                             
  372.                                                                          
  373. ADDRESS CONTROLLER: Powerful yet Simple Address & Phone List Manager:
  374. Handles Multiple Address Files. Does Multiple Label Outputs. Prints  2
  375. Phone  Book Directories & 3 Address Book Directories. Prints  Index  &
  376. Rolodex  Cards.  Find records by ID# or SEARCH & FIND  on  ANY  field.
  377. Address  Records  have fields for 2 Telephone Numbers  &  2  Extension
  378. Numbers. Also has a 67 Character COMMENT field and an Address CATEGORY
  379. field. BROWSE through Address Lists with Arrow Keys. Pick/Choose "Who"
  380. to  print Labels for. LOCK-IN repetitious field entries when  entering
  381. records  from  "City Directories". Sends ANY  "Printed  Output"  (even
  382. Labels)  to the printer OR to a "Disk File". Maximum size  of  address
  383. files is 9,350 records, with an unlimited number of files. Can  MERGE,
  384. EXTRACT  & SORT address files. CONVERTS address files To/From  RANDOM,
  385. SEQUENTIAL & DBASE formats.              By: BOB KEBER - Shareware $42
  386.                                                                            
  387.                                                                            
  388. "KEBER's NICE ADDRESS PROGRAM" ("K.N.A.P."):
  389. HEAVY DUTY ADDRESS & TELEPHONE program. Has most of the same  features
  390. as  Address Controller, but handles up to 725,000 Records per  Address
  391. File. NO LIMIT on Files. Files never need Sorting,  as new records are
  392. sorted as they are entered. Finds records by Partial NAME or ID#. Mail
  393. Labels are printed according to the Oct-90 Post Office Address  Layout
  394. suggestions. Does International Addresses. Many Other Features.  Super
  395. Fast & Feature Packed.                  By: BOB KEBER - Shareware: $42
  396.  
  397. GENERAL INVOICE SALES TRACKER - ORIGINAL ("GIST-ORIG"):
  398. INCOME  &  BILLING program for firms who produce a majority  of  their
  399. Invoices  from "OUTSIDE" of their own office (such as Service  Firms).
  400. Provides  all of the "Gross Income Tracking Information"  required  by
  401. most  Accountants. Knowledge of BOOKKEEPING IS NOT  NECESSARY!  Prints
  402. Invoices, Statements, Labels, Reports, & Invoice/Customer Directories.
  403. Does  Acc/Rec  Customer  Statements  automatically.  Holds  about  1.5
  404. million  records.  Quickly find any record by ID#  or  CUSTOMER  NAME.
  405. Compact  data  files,  good for smaller disk drives.  Very  Fast  Data
  406. entry.  Numbers  only  - placed into any of 13  Sales  Categories  (NO
  407. Descriptions).  Eleven of the 13 Sales Categories can be "Renamed"  to
  408. suit your type of business. Ready to use! No Inventory to type in,  no
  409. special forms to purchase. Almost NO program preparation at all.  Just
  410. set up "Your" Name/Address/Phone, Sales Tax Rate, etc., and it's ready
  411. to go to work for you.                 By: BOB KEBER - Shareware - $69
  412.  
  413. GENERAL INVOICE SALES TRACKER PLUS ("G.P."):
  414. INCOME  &  BILLING program for firms who produce  most  Invoices  from
  415. "Inside"  of their own offices, and who need "Descriptive  -  Computer
  416. Generated Invoices" which contain more than just "Numbers".   Provides
  417. all Gross Income information required by most Accountants. BOOKKEEPING
  418. knowledge  IS  NOT  NECESSARY! Prints  Invoices,  Statements,  Labels,
  419. Reports, Invoice Directories & Customer Telephone/Address Books.  Does
  420. Acc/Rec  Customer Statements (with matching Mailing Labels, or set  up
  421. for use with Window Envelopes). Holds about 1.5 million records.  Find
  422. any  record by PARTIAL NAME or NUMBER. Creates much larger Data  files
  423. than  "GIST-ORIG",  so  a Hard Drive is recommended.  Saves  BOTH  the
  424. Numbers  & Product/Part/Labor Descriptions. Many  Adjustable  features
  425. can  set up "GP" to fit different business needs and local laws.  Like
  426. "GIST-ORIG",  "GP" is pretty much "Ready To Go To Work" for  you,  and
  427. very little program "Set-Up" is required. There are NO extra purchases
  428. required or needed. Package Includes a Pop-Up Inventory, Packing List,
  429. and Currency Conversion programs.      By: BOB KEBER - Shareware - $89
  430.                                                                            
  431.  
  432. TypeRight SOFTWARE SALES TRACKER ("S.S.T."):
  433. A Sales Tracking program for Software Authors who distribute and  sell
  434. their own software products. Handles multiple Product Files,  changing
  435. files  quickly  through  "Pop-Up  Windows".  Provides  "Gross  Income"
  436. information,  displaying  a  wide variety of totals,  sub  totals  and
  437. averages  for an entire file, or  for  any range of dates you  select.
  438. Issues  Program Serial Numbers. File records store Customer Address  &
  439. Phone, Serial #'s, Program Name & Version, Quantity, Price,  Shipping,
  440. Sales  Tax, Dates Sold & Paid, Purchase Orders & Check #'s (and has  a
  441. 67  space  COMMENT field). Printing routines include  Mailing  Labels,
  442. Customer   Address  &  Phone  Books,  Invoices,  Customer   Statements
  443. (Acc/Rec),  Index  & Rolodex Cards, Shipping Labels,  "Print  To  Disk
  444. Files", and much more.
  445.                                                                             
  446.  
  447. Software Sales Tracker - PATCH ("SSTPATCH"):
  448. A separate program (but part of.., and included with "SST") for easily
  449. "Patching"  a  Customer's Name, Date Of Sale, and  Registered  Product
  450. Serial Number into any of YOUR "EXE" programs. Includes an  "Automatic
  451. Bulk Disk Preparation" feature. When on "Full Automatic" SSTPATCH will
  452. read  data from your "SST" product files, patch your "EXE" files  with
  453. your  customer information, and then print a mailing label and a  disk
  454. contents  label. It then follows a list of commands which YOU  provide
  455. for final disk preparation (FORMAT, REDATE, ARC-IT, COPY, etc.).  This
  456. "automates" the task of sending out hundreds of disks to Customers and
  457. Distributors. The only thing you need to do is keep blank disks in the
  458. drives,  stick on the labels, and mail the finished product. Both  the
  459. "SST" & "SSTPATCH" programs are part of the same software package, and
  460. are shipped accordingly.               By: BOB KEBER - Shareware - $42
  461.  
  462. "POP-LABEL" ("P.L."):
  463. A small, fast, "Pop-Up-Window" that will allow you to quickly Type Up,
  464. Save and Print a "Label" (or multiple copies of a Label) for most  any
  465. purpose (contents labels, address labels, report cover labels,  etc.).
  466. Each Label can hold up to five lines (70 characters per line) of data.
  467. Printed  output  is straight ASCII Text (Plain  Vanilla - without  any
  468. "Printer  Escape Codes") and should work with most parallel  printers.
  469. This  program can eliminate many of those label typing sessions  still
  470. done on your old typewriter.            By BOB KEBER - Shareware - $18
  471.                                                                            
  472.            TAKE ONE OF THESE PROGRAMS ABOVE FOR A TEST DRIVE?
  473.  
  474.  If you would like to "Try" one or more of the above programs, and are
  475. unable  to obtain them from your normal software supplier, we will  be
  476. glad to send "UnRegistered Evaluation" versions directly to you for  a
  477. small fee to cover Shipping & Handling expenses.
  478.  
  479.                        ANY 1 PROGRAM  = $5
  480.                        ANY 2 PROGRAMS = $7
  481.                        ANY 3 PROGRAMS = $9
  482.                        ANY 4 PROGRAMS = $10
  483.                        ANY 5 PROGRAMS = $10 (no extra charge)
  484.  
  485.     Send  us  a note stating which program(s) you would like  to  try.
  486. Please specify the programs by NAME (not just "Send All Programs"). As
  487. time  goes by, new programs will be added to this list. That's why  we
  488. will need Program Names to properly fill your order. Be sure to include
  489. your Name, Return Address, Telephone and Check. Orders are are usually
  490. shipped within 24 hours of receipt. Make Checks Payable To: "R. KEBER"
  491.  
  492.                          ROBERT F. KEBER JR.
  493.                            336 Swain Blvd.
  494.                     Greenacres, Florida 33463-3342
  495.                             (407) 969-3643
  496.  
  497.     If you wish to purchase a "REGISTERED" version of any of the above
  498. programs,  send a check for the amount shown at the  bottom corner  of
  499. each program's description. There is NO Shipping & Handling Charge  on
  500. any Registered Version. Florida residents, ADD Sales Tax.
  501.  
  502.     After  January,  1993 we suggest that you call us for  an  updated
  503. price quote BEFORE you send in your order. All prices and features are
  504. subject to periodic changes without notice.
  505.                                                                            
  506.                                                                              
  507.                                                                             
  508.                                                                            
  509.                                                                             
  510.                                                                              
  511.                                                                             
  512.                                                                             
  513.                                                                             
  514.                                                                             
  515.                                                                           
  516.                                                                            
  517.                                                                              
  518.                                                                              
  519.                                                                              
  520.                                                                               
  521.                                                                             
  522.                                                                             
  523.                                                                              
  524.                                                                            
  525.                                                                            
  526.                                                                              
  527.                                                                             
  528.                                                                             
  529.                                                                              
  530.